Skip to content

Conversation

LFDanLu
Copy link
Member

@LFDanLu LFDanLu commented Sep 16, 2025

Does the following:

  • 404 page
  • Fix to DropZone max width so it renders nicely on mobile
  • Fixes ImageCoordinator example so it doesn't squish the images on small screen sizes
  • Fixes label and icons in MobileHeader, especially the React Aria/Internationalization icons
  • Fixes navigation on mobile so that you only need to tap once in the search menu to go to a new page and scrolling properly updates the section header
  • update S2 popover example to have better padding and fit various sizes

✅ Pull Request Checklist:

  • Included link to corresponding React Spectrum GitHub Issue.
  • Added/updated unit tests and storybook for this change (for new code or code which already has tests).
  • Filled out test instructions.
  • Updated documentation (if it already exists for this component).
  • Looked at the Accessibility Practices for this feature - Aria Practices

📝 Test Instructions:

See the above

🧢 Your Project:

RSP

@rspbot
Copy link

rspbot commented Sep 16, 2025

@rspbot
Copy link

rspbot commented Sep 18, 2025

@rspbot
Copy link

rspbot commented Sep 18, 2025

@LFDanLu LFDanLu changed the base branch from main to s2-docs-more September 19, 2025 17:00
snowystinger
snowystinger previously approved these changes Sep 22, 2025

// TODO: this causes a flash when the headings change size, maybe we just move this code
// to client and append suppressHydrationWarning to the h1s
export function TitleResizer() {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Want to use https://una.im/5-css-functions/#fluid-type if it's supported in the browser?
it's already in chrome Fyrd/caniuse#7368

@snowystinger snowystinger dismissed their stale review September 22, 2025 01:53

hit the wrong button

@rspbot
Copy link

rspbot commented Sep 22, 2025

Base automatically changed from s2-docs-more to main September 29, 2025 01:34
@LFDanLu LFDanLu changed the title fix: (WIP) Assorted new docs fixes from testing fix: Assorted new docs fixes from testing Sep 29, 2025
@LFDanLu LFDanLu marked this pull request as ready for review September 29, 2025 17:29
@rspbot
Copy link

rspbot commented Sep 29, 2025

@rspbot
Copy link

rspbot commented Sep 29, 2025

snowystinger
snowystinger previously approved these changes Sep 29, 2025
yihuiliao
yihuiliao previously approved these changes Sep 30, 2025
@LFDanLu LFDanLu dismissed stale reviews from yihuiliao and snowystinger via e3bfb1c October 2, 2025 23:03
snowystinger
snowystinger previously approved these changes Oct 2, 2025
@rspbot
Copy link

rspbot commented Oct 3, 2025

Copy link
Member

@reidbarber reidbarber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great! Just a few comments

@rspbot
Copy link

rspbot commented Oct 3, 2025

@rspbot
Copy link

rspbot commented Oct 6, 2025

@rspbot
Copy link

rspbot commented Oct 6, 2025

reidbarber
reidbarber previously approved these changes Oct 6, 2025
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I poked around with this example and decided to update it entirely since the Form + CheckboxGroup looks strange when the size was increased via the controls

@rspbot
Copy link

rspbot commented Oct 6, 2025

@rspbot
Copy link

rspbot commented Oct 6, 2025

## API Changes

@react-spectrum/s2

/@react-spectrum/s2:EditableCell

-EditableCell {
-  align?: 'start' | 'center' | 'end' = 'start'
-  children: ReactNode
-  className?: ClassNameOrFunction<CellRenderProps> = 'react-aria-Cell'
-  colSpan?: number
-  id?: Key
-  isSaving?: boolean
-  onCancel: () => void
-  onSubmit: () => void
-  renderEditing: () => ReactNode
-  showDivider?: boolean
-  style?: StyleOrFunction<CellRenderProps>
-  textValue?: string
-}

@LFDanLu LFDanLu added this pull request to the merge queue Oct 8, 2025
Merged via the queue into main with commit 97dc667 Oct 8, 2025
33 checks passed
@LFDanLu LFDanLu deleted the docs_fixes branch October 8, 2025 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants